Skip to content

Commit

Permalink
fix missing change in cmsgen
Browse files Browse the repository at this point in the history
  • Loading branch information
arijitsh committed Nov 15, 2024
1 parent b18d3c2 commit 945d41d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif()

project(STP)
project(CSB)

set(CMAKE_C_STANDARD 99)
set(CMAKE_CXX_STANDARD 14)
Expand Down
1 change: 1 addition & 0 deletions include/stp/Sat/CMSGen.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ namespace stp

{
CMSGen::SATSolver* s;
std::vector<uint32_t> sampling_vars_orig;

public:
CMSGenC(uint32_t *seed);
Expand Down
2 changes: 1 addition & 1 deletion tools/stp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ if(BUILD_EXECUTABLES AND NOT ONLY_SIMPLE)
)

set_target_properties(stp-bin PROPERTIES
OUTPUT_NAME stp
OUTPUT_NAME csb
RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}
INSTALL_RPATH_USE_LINK_PATH TRUE
)
Expand Down

0 comments on commit 945d41d

Please sign in to comment.