Fix make install

pull/775/head
Michael 5 years ago
parent 33922a739e
commit 0ff3b1e707
No known key found for this signature in database
GPG Key ID: 2D51757B47E2434C

@ -36,7 +36,7 @@ enable_testing()
option(CXXOPTS_BUILD_EXAMPLES "Set to ON to build examples" ON)
option(CXXOPTS_BUILD_TESTS "Set to ON to build tests" ON)
option(CXXOPTS_ENABLE_INSTALL "Generate the install target" ON)
option(CXXOPTS_ENABLE_INSTALL "Generate the install target" OFF)
# request c++11 without gnu extension for the whole project and enable more warnings
if (CXXOPTS_CXX_STANDARD)

Loading…
Cancel
Save