Made FIRST_PASS_DONE variable internal

release/4.3a0
Richard Roberts 2014-02-13 10:56:20 -05:00
parent 661a157553
commit 3e3f31c4d1
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ if( NOT cmake_build_type_tolower STREQUAL ""
endif()
# Mark that first pass is done
set(FIRST_PASS_DONE TRUE CACHE BOOL "Internally used to mark whether cmake has been run multiple times" FORCE)
set(FIRST_PASS_DONE TRUE CACHE INTERNAL "Internally used to mark whether cmake has been run multiple times")
mark_as_advanced(FIRST_PASS_DONE)
# Enable Visual Studio solution folders