Skip to content
Snippets Groups Projects
Commit 81523d89 authored by Martin Christoph Hierholzer's avatar Martin Christoph Hierholzer
Browse files

removed check if required input variables are set, since it does not work (and never did)

parent 38203f8f
No related branches found
No related tags found
No related merge requests found
......@@ -13,13 +13,6 @@
#
#######################################################################################################################
# check that all config variables which have to be replaced are set
foreach(CONFIG_VARIABLE SOVERSION INCLUDE_DIRS LIBRARY_DIRS LIBRARIES CPPFLAGS LDFLAGS)
if(DEFINED ${${PROJECT_NAME}_${CONFIG_VARIABLE}} )
message(FATAL_ERROR "${PROJECT_NAME}_${CONFIG_VARIABLE} not set in CMakeListst.txt")
endif()
endforeach()
# create variables for standard makefiles
set(${PROJECT_NAME}_CPPFLAGS_MAKEFILE "${${PROJECT_NAME}_CPPFLAGS}")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment