Skip to content

Commit

Permalink
disable cmaple for windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
bqminh committed Feb 7, 2025
1 parent 1340f6c commit 730b3fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ endif()
##################################################################
# Include the CMAPLE library
##################################################################
option(USE_CMAPLE "Integrate CMAPLE" ON)
if (NOT WIN32)
# temporarily disable cmaple for Windows, next to fix for next release
option(USE_CMAPLE "Integrate CMAPLE" ON)
endif()

if (USE_CMAPLE STREQUAL "ON")
message("Integrate CMAPLE: ON")
Expand Down

0 comments on commit 730b3fc

Please sign in to comment.