exv_conf.h is now generated in the CMAKE_BINARY_DIR to not mess up the source tree.

This commit is contained in:
Luis Díaz Más
2017-08-10 19:37:35 +02:00
parent c319016a58
commit df899bfbc3
2 changed files with 3 additions and 13 deletions
+1 -2
View File
@@ -64,5 +64,4 @@ return 0;
#####################################################################################
configure_file( config/config.h.cmake ${CMAKE_SOURCE_DIR}/include/exiv2/exv_conf.h @ONLY)
#configure_file( config/config.h.cmake ${CMAKE_SOURCE_DIR}/include/exiv2/exv_conf.h)
configure_file( config/config.h.cmake ${CMAKE_BINARY_DIR}/exv_conf.h @ONLY)