We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb853b commit db470d4Copy full SHA for db470d4
api/CMakeLists.txt
@@ -1,6 +1,6 @@
1
configure_file(
2
${CMAKE_CURRENT_LIST_DIR}/xcfun.h
3
- ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}
+ ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/xcfun.h
4
COPYONLY
5
)
6
@@ -13,7 +13,7 @@ install(
13
14
15
${CMAKE_CURRENT_LIST_DIR}/xcfun.F90
16
+ ${PROJECT_BINARY_DIR}/${CMAKE_INSTALL_INCLUDEDIR}/${PROJECT_NAME}/xcfun.F90
17
18
19
0 commit comments