We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fb5d6b commit dcdb556Copy full SHA for dcdb556
1 file changed
CMakeLists.txt
@@ -3,7 +3,6 @@ file(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/version.txt" projectVersion)
3
project(fmu4cpp-template VERSION ${projectVersion})
4
5
option(FMU4CPP_BUILD_TESTS "Build internal tests" OFF)
6
-option(FMU4CPP_BUILD_EXAMPLES "Build example FMUs" OFF)
7
8
set(CMAKE_CXX_STANDARD 17)
9
0 commit comments