Skip to content

Commit

Permalink
properly include CMaize
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed Nov 18, 2024
1 parent dc04bfe commit 830a2eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions {{ cookiecutter.project_slug }}/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@ set(${PROJECT_NAME}_TESTS_DIR "${CMAKE_CURRENT_SOURCE_DIR}/tests")

{% if cookiecutter.nwx_cmake %}
include(nwx_versions)
include(get_cmaize)
{% else %}
include(cmake/get_cmake_modules.cmake)
include(cmaize/cmaize)
{% endif %}



## Options ##
cmaize_option_list(
BUILD_TESTING OFF "Should the tests be built?"
Expand Down

0 comments on commit 830a2eb

Please sign in to comment.