bumped cmake to 3.5

This commit is contained in:
Erik Frojdh
2019-04-03 14:47:58 +02:00
parent 09f1a8956e
commit 3b4d36c3d4
5 changed files with 50 additions and 19 deletions

View File

@@ -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)

View File

@@ -258,7 +258,7 @@ public:
/** Json Header Format */
const char* jsonHeaderFormat =
const char jsonHeaderFormat[] =
"{"
"\"jsonversion\":%u, "
"\"bitmode\":%u, "