]> Creatis software - cpPlugins.git/commitdiff
...
authorLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 12 Dec 2017 21:41:01 +0000 (16:41 -0500)
committerLeonardo Florez-Valencia <florez-l@javeriana.edu.co>
Tue, 12 Dec 2017 21:41:01 +0000 (16:41 -0500)
cmake/cpPlgFunctions.cmake

index e36fff327e969b02c2e2499cb9efd57093ba5c6e..27eefb583a9eec230a8c5323fe25a1cbd8fd8216 100644 (file)
@@ -193,7 +193,8 @@ endif(BuildApplication_RECURRENT)
 ## -- Create an empty application
 set(_m ${CMAKE_CURRENT_BINARY_DIR}/__main__${app}.cxx)
 file(WRITE ${_m} "// Automatically generated dummy file")
-add_executable(${app} ${EXECUTABLE_TYPE} ${_m})
+## add_executable(${app} ${EXECUTABLE_TYPE} ${_m})
+add_executable(${app} ${_m})
 
 ## -- Link it against the static library
 target_link_libraries(${app} PUBLIC ${_lib})