We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5336acd commit ff16a2aCopy full SHA for ff16a2a
1 file changed
CMakeLists.txt
@@ -9,12 +9,6 @@ include(cmake/CPM.cmake)
9
option(CUBIC_LOCAL_BUILD "Enable local testing mode" OFF)
10
if(CUBIC_LOCAL_BUILD)
11
target_compile_definitions(${PROJECT_NAME} PRIVATE CUBIC_LOCAL_BUILD=1)
12
-else() # for ci
13
- target_link_options(${PROJECT_NAME} PRIVATE
14
- -static
15
- -static-libgcc
16
- -static-libstdc++
17
- )
18
endif()
19
20
find_package(dpp CONFIG REQUIRED)
0 commit comments