Skip to content
Snippets Groups Projects
Commit 04725e80 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[CMake] fix generated headers location, fix #14

parent cd8fa386
No related branches found
No related tags found
No related merge requests found
Pipeline #6695 passed
......@@ -24,6 +24,7 @@ IF(NOT CMAKE_BUILD_TYPE AND NOT CMAKE_CONFIGURATION_TYPES)
SET_PROPERTY(CACHE CMAKE_BUILD_TYPE PROPERTY STRINGS "Debug" "Release" "MinSizeRel" "RelWithDebInfo")
ENDIF()
SET(CUSTOM_HEADER_DIR ${PROJECT_NAME})
CMAKE_POLICY(SET CMP0048 NEW)
PROJECT(${PROJECT_NAME} VERSION ${PROJECT_VERSION_FULL} LANGUAGES CXX)
......
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