Skip to content

Commit

Permalink
Slight formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 13, 2024
1 parent 3d29955 commit d6f99b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenCDMi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ add_library(${MODULE_NAME} SHARED
FrameworkRPC.cpp
Module.cpp)

if (CMAKE_COMPILER_IS_GNUCXX)
if(CMAKE_COMPILER_IS_GNUCXX)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-gnu-unique")
endif()

Expand Down

0 comments on commit d6f99b8

Please sign in to comment.