Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored May 18, 2024
1 parent 8c696e0 commit 465bc47
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,12 @@ include_directories(BEFORE SYSTEM
#Removes flag due to issue with Google test download when LLVM_ENABLE_WERROR=On
string(REPLACE "-Wcovered-switch-default" "" CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS}")

message(CXX_OPTS "${CMAKE_CXX_FLAGS}")
message(MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS}")
message(EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS}")
message(SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS}")
message(SHARED_LIBRARY_CREATE_CXX_FLAGS "${CMAKE_SHARED_LIBRARY_CREATE_CXX_FLAGS}")

file(STRINGS "VERSION" CPPINTEROP_VERSION)
string(REGEX MATCH "([0-9]*)\.([0-9]*)\.([0-9]*)" CPPINTEROP_VERSION_ONLY "${CPPINTEROP_VERSION}")
set(CPPINTEROP_VERSION_MAJOR "${CMAKE_MATCH_1}")
Expand Down

0 comments on commit 465bc47

Please sign in to comment.