Skip to content

Commit a6baaed

Browse files
committed
introduce ".FsEnv.cmake" for convenient development in Fsu0413's local environment
1 parent 9cc3427 commit a6baaed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
rmessentials.qm
55
*.orig
66
.DS_Store
7+
.FsEnv.cmake

CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ if (RMESSENTIALS_SOURCE_DIR_ABSOLUTE STREQUAL RMESSENTIALS_BINARY_DIR_ABSOLUTE)
1414
message(FATAL_ERROR "Please!!!!! Do not in-place build RMEssentials. Instead make a separate build directory and build from there. See CMake manual for details.")
1515
endif()
1616

17+
include(.FsEnv.cmake OPTIONAL)
18+
1719
set(RMEVERSION 20231005)
1820

1921
set(CMAKE_CXX_STANDARD 17)

0 commit comments

Comments
 (0)