X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Ftint2conf%2FCMakeLists.txt;h=d527d8683a88e6f3c50fd0bebc3ad969dc67a22e;hb=baef2c5ef3da2ae67400345beeb7853d60ec28b2;hp=382bbc3a43949e29372c65baf6d61f39f9a337e7;hpb=14321e7e1ae5dc471dc659365c122ae9208edb76;p=chaz%2Ftint2 diff --git a/src/tint2conf/CMakeLists.txt b/src/tint2conf/CMakeLists.txt index 382bbc3..d527d86 100644 --- a/src/tint2conf/CMakeLists.txt +++ b/src/tint2conf/CMakeLists.txt @@ -28,7 +28,7 @@ target_link_libraries( tint2conf ${X11_LIBRARIES} ${GTHREAD2_LIBRARIES} ${GTK2_LIBRARIES} ) -set_target_properties(tint2conf PROPERTIES COMPILE_FLAGS -Wall) +set_target_properties( tint2conf PROPERTIES COMPILE_FLAGS -Wall ) #set_target_properties(tint2conf PROPERTIES LINK_FLAGS -Wl,--as-needed) install( TARGETS tint2conf DESTINATION bin )