X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fmain%2FCMakeLists.txt;h=6ef3f7833cac4aeea818b5624469f82dde244804;hp=b8a4140272fb83c699e86a3aa9633f31d6e524a0;hb=d4b64322860b0dfcc9e1340a3b3a0b0df3e2eb81;hpb=46bba99808aad823adc53744e6d93f5af9bf729d diff --git a/src/main/CMakeLists.txt b/src/main/CMakeLists.txt index b8a41402..6ef3f783 100644 --- a/src/main/CMakeLists.txt +++ b/src/main/CMakeLists.txt @@ -8,11 +8,6 @@ function(setup_executable _target _define) install(TARGETS ${_target} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}) endfunction() -# We need to initialize the appropriate resources, so let's give our main.cpp some hints -if (EMBED_DATA) - set_property(SOURCE main.cpp APPEND PROPERTY COMPILE_DEFINITIONS EMBED_DATA) -endif() - if (HAVE_UMASK) set_property(SOURCE main.cpp APPEND PROPERTY COMPILE_DEFINITIONS HAVE_UMASK) endif()