Skip to content

Commit

Permalink
try again...
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed Nov 16, 2024
1 parent e491e03 commit 9ba665d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions {{ cookiecutter.project_slug }}/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ include(nwx_versions)
include(cmake/get_cmake_modules.cmake)
{% endif %}

include(cmaize/cmaize)

## Options ##
cmaize_option_list(
BUILD_TESTING OFF "Should the tests be built?"
Expand Down
2 changes: 0 additions & 2 deletions {{ cookiecutter.project_slug }}/cmake/get_cmake_modules.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ macro(get_cmake_modules)
unset(BUILD_TESTING CACHE)
endif()

include(cmaize/cmaize)

{% endif %}
endmacro()

Expand Down

0 comments on commit 9ba665d

Please sign in to comment.