mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-21 01:46:02 +01:00
bumped cmake to 3.5
This commit is contained in:
@@ -49,6 +49,8 @@ set_target_properties(slsSupportLib PROPERTIES
|
||||
PUBLIC_HEADER "${PUBLICHEADERS}"
|
||||
)
|
||||
|
||||
target_link_libraries(slsSupportLib slsProjectOptions slsProjectWarnings)
|
||||
|
||||
if (SLS_USE_TESTS)
|
||||
add_subdirectory(tests)
|
||||
endif(SLS_USE_TESTS)
|
||||
|
||||
@@ -258,7 +258,7 @@ public:
|
||||
|
||||
|
||||
/** Json Header Format */
|
||||
const char* jsonHeaderFormat =
|
||||
const char jsonHeaderFormat[] =
|
||||
"{"
|
||||
"\"jsonversion\":%u, "
|
||||
"\"bitmode\":%u, "
|
||||
|
||||
Reference in New Issue
Block a user