2023-04-03 12:15:12 +08:00
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
2023-10-03 07:10:33 +08:00
|
|
|
index 605a1e2..148c006 100644
|
2023-04-03 12:15:12 +08:00
|
|
|
--- a/CMakeLists.txt
|
|
|
|
+++ b/CMakeLists.txt
|
2023-10-03 07:10:33 +08:00
|
|
|
@@ -196,6 +196,7 @@ if(MSVC)
|
2023-04-03 12:15:12 +08:00
|
|
|
unsigned long y;
|
|
|
|
_BitScanReverse(&y, x);
|
|
|
|
_BitScanReverse64(&x, y);
|
|
|
|
+ __popcnt64(x);
|
|
|
|
return 0;
|
|
|
|
}"
|
2023-10-03 07:10:33 +08:00
|
|
|
HIGHS_HAVE_BITSCAN_REVERSE)
|
2023-10-17 03:11:19 +08:00
|
|
|
@@ -570,7 +572,6 @@ else(FAST_BUILD)
|
2023-10-03 07:10:33 +08:00
|
|
|
# Add tests in examples/tests
|
2023-10-17 03:11:19 +08:00
|
|
|
add_subdirectory(examples)
|
2023-04-03 12:15:12 +08:00
|
|
|
|
2023-10-03 07:10:33 +08:00
|
|
|
- add_subdirectory(app)
|
2023-04-03 12:15:12 +08:00
|
|
|
|
2023-10-03 07:10:33 +08:00
|
|
|
if(EXP)
|
2023-04-03 12:15:12 +08:00
|
|
|
add_executable(doctest)
|