Skip to content

Commit 2a81c2c

Browse files
committed
refs #160, only enable install target by default if not subproject as documented
1 parent e3341b2 commit 2a81c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if(CMAKE_SOURCE_DIR STREQUAL PROJECT_SOURCE_DIR)
1818
else()
1919
option(GHC_FILESYSTEM_BUILD_EXAMPLES "Build examples" OFF)
2020
option(GHC_FILESYSTEM_BUILD_TESTING "Enable tests" OFF)
21-
option(GHC_FILESYSTEM_WITH_INSTALL "With install target" ON)
21+
option(GHC_FILESYSTEM_WITH_INSTALL "With install target" OFF)
2222
endif()
2323
option(GHC_FILESYSTEM_BUILD_STD_TESTING "Enable STD tests" ${GHC_FILESYSTEM_BUILD_TESTING})
2424
if(NOT DEFINED GHC_FILESYSTEM_TEST_COMPILE_FEATURES)

0 commit comments

Comments
 (0)