Skip to content

Commit

Permalink
Disabled the examples by default
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyDL committed Jun 10, 2024
1 parent db94f83 commit 22e62c1
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 @@ -33,7 +33,7 @@ OPTION(PE_TESTS "make the tests" ON)
OPTION(PE_PCH "enable usage of the precompiled header" ON)
OPTION(PE_CCACHE "enable ccache" ON)
OPTION(PE_CORE "generate the paradigm core, turn this off if you only want the PSL to generate" ON)
OPTION(PE_EXAMPLES "generate the examples" ON)
OPTION(PE_EXAMPLES "generate the examples" OFF)

include(Utils)
include(FindXCB)
Expand Down

0 comments on commit 22e62c1

Please sign in to comment.