We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3edddd4 commit f8ddeeeCopy full SHA for f8ddeee
test/CMakeLists.txt
@@ -63,10 +63,10 @@ if (CMAKE_CXX_COMPILER_ID MATCHES "Clang" OR CMAKE_CXX_COMPILER_ID MATCHES "GNU"
63
endif()
64
65
66
- endif()
67
68
- if (NOT CROSS_COMPILE_ARM)
69
- set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fPIC")
+ if (NOT CROSS_COMPILE_ARM)
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -fPIC")
+ endif()
70
71
72
if (ANDROID)
0 commit comments