Skip to content

Commit

Permalink
Append to CMAKE_MODULE_PATH since it's a list.
Browse files Browse the repository at this point in the history
  • Loading branch information
eXvimmer committed Mar 24, 2024
1 parent 8fff0a5 commit a5fd082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ ipch/

# Visual Studio Trace Files
*.e2e
tags
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ option(ENABLE_LTO "Enable to add Link Time Optimization." ON)
set(EXECUTABLE_NAME "main")

# CMAKE MODULES
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/)
list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/")
include(ConfigSafeGuards)
include(AddGitSubmodule)
include(Docs)
Expand Down

0 comments on commit a5fd082

Please sign in to comment.