mirror of
https://github.com/YACReader/yacreader
synced 2026-04-12 15:49:53 -04:00
Sanitize CMake source directory references
This commit is contained in:
@ -30,7 +30,7 @@ endif()
|
||||
|
||||
# Install paths
|
||||
include(GNUInstallDirs)
|
||||
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
|
||||
list(PREPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
|
||||
|
||||
# Compiler options (MSVC flags)
|
||||
include(cmake/CompilerOptions.cmake)
|
||||
|
||||
Reference in New Issue
Block a user