Skip to content

Commit 9a61630

Browse files
past-duezpostfacto
authored andcommitted
[CMake] Explicitly specify CXX_EXTENSIONS ON
1 parent b221ac1 commit 9a61630

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,10 @@ macro(set_clientlib_target_properties GNS_TARGET)
227227

228228
set_target_common_gns_properties( ${GNS_TARGET} )
229229

230+
set_target_properties(${GNS_TARGET} PROPERTIES
231+
CXX_EXTENSIONS ON
232+
)
233+
230234
target_include_directories(${GNS_TARGET} PUBLIC
231235
"$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../include>"
232236
"$<INSTALL_INTERFACE:$<INSTALL_PREFIX>/${CMAKE_INSTALL_INCLUDEDIR}/GameNetworkingSockets>"

0 commit comments

Comments
 (0)