We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3341b2 commit 2a81c2cCopy full SHA for 2a81c2c
CMakeLists.txt
@@ -18,7 +18,7 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
18
else()
19
option(GHC_FILESYSTEM_BUILD_EXAMPLES "Build examples" OFF)
20
option(GHC_FILESYSTEM_BUILD_TESTING "Enable tests" OFF)
21
- option(GHC_FILESYSTEM_WITH_INSTALL "With install target" ON)
+ option(GHC_FILESYSTEM_WITH_INSTALL "With install target" OFF)
22
endif()
23
option(GHC_FILESYSTEM_BUILD_STD_TESTING "Enable STD tests" ${GHC_FILESYSTEM_BUILD_TESTING})
24
if(NOT DEFINED GHC_FILESYSTEM_TEST_COMPILE_FEATURES)
0 commit comments