Skip to content

Commit

Permalink
do not build examples by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ydaveluy committed Jan 4, 2024
1 parent 5f7e467 commit 4401a98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ option(XSMP_BUILD_EXAMPLES "whether or not examples should be built"
option(XSMP_ENABLE_INSTALL "whether or not to enable the install rule" ${XSMP_MASTER_PROJECT})
option(XSMP_ENABLE_CODECOVERAGE "Enable code coverage testing support" OFF)
option(XSMP_BUILD_WITH_WARNINGS "Enable all compiler warnings" OFF)
set(XSMP_BUILD_EXAMPLES ON)


set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 4401a98

Please sign in to comment.