AC all different in the SAT solver; change the way integer variables are encoded on top of boolean variables in the SAT solver; change protobuf utilities
This commit is contained in:
2
cmake/external/gflags.cmake
vendored
2
cmake/external/gflags.cmake
vendored
@@ -20,7 +20,7 @@ ExternalProject_Add(Gflags_project
|
||||
-DCMAKE_VERBOSE_MAKEFILE:BOOL=OFF
|
||||
-DCMAKE_POSITION_INDEPENDENT_CODE:BOOL=ON)
|
||||
|
||||
ADD_LIBRARY(Gflags STATIC IMPORTED)
|
||||
ADD_LIBRARY(Gflags STATIC IMPORTED)
|
||||
SET_PROPERTY(TARGET Gflags PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_BINARY_DIR}/gflags_project/src/gflags/lib/libgflags.a)
|
||||
SET(Gflags_LIBRARIES "")
|
||||
LIST(APPEND Gflags_LIBRARIES Gflags)
|
||||
|
||||
Reference in New Issue
Block a user