CACHEDIR.TAG: use CMake to configure this file
This ensures that IDEs will generate the file during configuration, rather than relying on the use to run `init.py` (which confuses CLion for some reason).
This commit is contained in:
parent
5740025c5a
commit
4dd2a40e75
5
CMakeLists.txt
Normal file
5
CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
configure_file (
|
||||
"${CMAKE_CURRENT_SOURCE_DIR}/build/CACHEDIR.TAG.in"
|
||||
"${CMAKE_BINARY_DIR}/CACHEDIR.TAG"
|
||||
@ONLY
|
||||
)
|
Loading…
Reference in New Issue
Block a user