mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
Update CmakeLists.txt in support of https://github.com/Unidata/netcdf-c/issues/1295
This commit is contained in:
parent
9b073894fe
commit
766d2acfc3
@ -82,7 +82,7 @@ IF(MSVC)
|
||||
ENDIF()
|
||||
|
||||
#Add custom CMake Module
|
||||
SET(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules/"
|
||||
SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules/"
|
||||
CACHE INTERNAL "Location of our custom CMake modules.")
|
||||
|
||||
# auto-configure style checks, other CMake modules.
|
||||
|
Loading…
Reference in New Issue
Block a user