Skip to content

Commit

Permalink
disable supress regeneration
Browse files Browse the repository at this point in the history
Best to keep top-level inspect if there is new changes to CMakeLists file and its children.
  • Loading branch information
RadWolfie committed May 13, 2019
1 parent 25604c7 commit 2c8f2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(Cxbx-Reloaded)

# Allow devs to disable regeneration option.
# Suppress extra stuff from generated solution
set(CMAKE_SUPPRESS_REGENERATION true)
#set(CMAKE_SUPPRESS_REGENERATION true)

# Output all binary files into one folder
if(NOT DEFINED CMAKE_RUNTIME_OUTPUT_DIRECTORY)
Expand Down

0 comments on commit 2c8f2d5

Please sign in to comment.