Skip to content

Commit

Permalink
Convert V2C_USE_AUTOMATIC_CMAKELISTS_REBUILDER
Browse files Browse the repository at this point in the history
Make it an option()
  • Loading branch information
Andreas Mohr committed Jan 1, 2011
1 parent ccb4f89 commit 72b6d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/vcproj2cmake_defs.cmake
Expand Up @@ -10,7 +10,7 @@ set(V2C_LOCAL_CONFIG_DIR ./cmake/vcproj2cmake CACHE STRING "Relative path to vcp
# operate simultaneously on a single source tree,
# thus fiddling with source tree content during build would be a big No-No
# in such case).
set(V2C_USE_AUTOMATIC_CMAKELISTS_REBUILDER true CACHE BOOL "Automatically rebuild converted CMakeLists.txt files upon updates on .vcproj side?")
option(V2C_USE_AUTOMATIC_CMAKELISTS_REBUILDER "Automatically rebuild converted CMakeLists.txt files upon updates on .vcproj side?" ON)

# Pre-define hook include filenames
# (may be redefined/overridden by local content!)
Expand Down

0 comments on commit 72b6d2b

Please sign in to comment.