Skip to content

Commit

Permalink
Some minor cmake changes to better support subproject usage
Browse files Browse the repository at this point in the history
Co-authored-by: Bret Brown <[email protected]>
  • Loading branch information
2 people authored and eliaskosunen committed May 19, 2024
1 parent 9894e84 commit 5624fde
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 @@ -27,7 +27,7 @@ if (SCN_IS_TOP_PROJECT AND NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Release CACHE STRING "")
endif()

list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

include(GNUInstallDirs)

Expand Down

0 comments on commit 5624fde

Please sign in to comment.