mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-06-05 20:30:41 +02:00
detecting need to link with stdfs
This commit is contained in:
parent
30d05f9203
commit
75f83e5e3b
@ -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})
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user