Skip to content

Commit

Permalink
Allow settings.cmake to be included early
Browse files Browse the repository at this point in the history
  • Loading branch information
kent-mcleod committed Oct 15, 2018
1 parent e344fa7 commit f08c0cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ if (NOT "${TUTORIAL_DIR}" STREQUAL "")
# Save the TUTORIAL_DIR to the cache so that it persists across reruns
set(TUTORIAL_DIR ${TUTORIAL_DIR} CACHE INTERNAL "")

# Include cache settings and cmake tutorial helper functions
include(cmake/settings.cmake)
# Include cmake tutorial helper functions
include(cmake/helpers.cmake)

# generate tutorial sources into directory
Expand Down
File renamed without changes.

0 comments on commit f08c0cd

Please sign in to comment.