mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2026-01-20 01:21:06 +01:00
detecting need to link with stdfs
This commit is contained in:
@@ -21,9 +21,11 @@ include(FetchContent)
|
|||||||
|
|
||||||
#Set default build type if none was specified
|
#Set default build type if none was specified
|
||||||
include(cmake/helpers.cmake)
|
include(cmake/helpers.cmake)
|
||||||
|
|
||||||
|
|
||||||
default_build_type("Release")
|
default_build_type("Release")
|
||||||
link_std_fs()
|
set_std_fs_lib()
|
||||||
message(STATUS fs_lib:${STD_FS_LIB})
|
message(STATUS "Extra linking to fs lib:${STD_FS_LIB}")
|
||||||
|
|
||||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
|
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake" ${CMAKE_MODULE_PATH})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user