Skip to content

Commit

Permalink
weird edit bug that mislabeled CMAKE_MODULE_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravenwater committed Jan 4, 2024
1 parent 8d1b501 commit e6a530d
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 @@ -201,7 +201,7 @@ endmacro()


# Use cmake scripts and modules
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/ools/cmake")
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake")
trace_variable(CMAKE_MODULE_PATH)

list(APPEND CMAKE_PREFIX_PATH "${CMAKE_CURRENT_SOURCE_DIR}/tools/cmake")
Expand Down

0 comments on commit e6a530d

Please sign in to comment.