Skip to content

Commit

Permalink
Turned Tests off
Browse files Browse the repository at this point in the history
  • Loading branch information
netfabb committed Jul 18, 2024
1 parent 2f3952c commit e2ed3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ install(TARGETS ${PROJECT_NAME}
install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR_AUTOGENERATED}/Bindings DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}")

#########################################################
option(LIB3MF_TESTS "Switch whether the tests of lib3mf should be build" ON)
option(LIB3MF_TESTS "Switch whether the tests of lib3mf should be build" OFF)
message("LIB3MF_TESTS ... " ${LIB3MF_TESTS})

if(LIB3MF_TESTS)
Expand Down

0 comments on commit e2ed3a9

Please sign in to comment.